﻿@import url(ionicons/css/ionicons.css);
.editor .mdl-cell {
  margin-top: 0px;
  margin-bottom: 0px; }

.editor .row {
  margin-top: 15px;
  margin-bottom: 15px; }

.editor hr {
  background: none;
  background-color: transparent;
  border: none;
  border-top: rgba(0, 0, 0, 0.18) 1px solid;
  margin: 30px 0 25px;
  padding: 5px; }

.editor pre {
  font-family: courier;
  font-size: 1rem;
  white-space: pre-wrap;
  line-height: 1.4;
  padding: 15px;
  background: rgba(0, 0, 0, 0.03); }

@media (min-width: 40rem) {
  .editor .column {
    float: left;
    padding-left: 1rem;
    /* beta3 */
    padding-right: 1rem;
    /* beta3 */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .editor .column.full {
    width: 100%; }
  .editor .column.two-third {
    width: 66.7%; }
  .editor .column.two-fourth {
    width: 75%; }
  .editor .column.two-fifth {
    width: 80%; }
  .editor .column.two-sixth {
    width: 83.3%; }
  .editor .column.half {
    width: 50%; }
  .editor .column.third {
    width: 33.3%; }
  .editor .column.fourth {
    width: 25%; }
  .editor .column.fifth {
    width: 20%; }
  .editor .column.sixth {
    width: 16.6%; }
  .editor .column.flow-opposite {
    float: right; } }

.editor .center {
  text-align: center; }

.editor .right {
  text-align: right; }

.editor .left {
  text-align: left; }

.editor .padding-20 {
  padding: 20px; }

.editor .padding-25 {
  padding: 25px; }

.editor .padding-30 {
  padding: 30px; }

.editor .padding-35 {
  padding: 35px; }

.editor .padding-40 {
  padding: 40px; }

@media all and (max-width: 540px) {
  .editor {
    /*.center {text-align:initial}
    .right {text-align:initial}
    .left {text-align:initial}*/ }
    .editor .padding-20 {
      padding: 0; }
    .editor .padding-25 {
      padding: 0; }
    .editor .padding-30 {
      padding: 0; }
    .editor .padding-35 {
      padding: 0; }
    .editor .padding-40 {
      padding: 0; } }

.editor .margin-0 {
  margin: 0 !important; }

.editor .margin-20 {
  margin: 20px !important; }

.editor .margin-25 {
  margin: 25px !important; }

.editor .margin-30 {
  margin: 30px !important; }

.editor .margin-35 {
  margin: 35px !important; }

.editor .margin-40 {
  margin: 40px !important; }

.editor .is-card {
  display: table;
  background-color: #fff; }

.editor .is-card > * {
  display: table; }

.editor .is-card-circle {
  width: 280px;
  height: 280px;
  border-radius: 500px;
  padding: 70px;
  margin: 0 auto; }

@media all and (max-width: 540px) {
  .editor .is-card-circle {
    zoom: 0.7;
    -moz-transform: scale(0.7); } }

.editor .is-card-content-centered {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.editor .max-390 {
  max-width: 390px;
  margin: 0 auto; }

.editor .shadow-1 {
  /* card */
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.editor .shadow-2 {
  /* screenshot */
  -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15); }

.editor .shadow-3 {
  /* highlight */
  -webkit-box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2); }

.editor .list {
  position: relative;
  margin: 1.5em 0;
  box-shadow: none; }

.editor .list > i {
  position: absolute;
  left: -3px;
  top: 7px;
  font-size: 1.7em;
  line-height: 1; }

.editor .quote {
  position: relative;
  margin: 1.5em 0; }

.editor .quote > i {
  position: absolute;
  top: -10px;
  left: -7px;
  font-size: 2em; }

.editor .quote > small {
  margin-left: 50px;
  opacity: 0.7;
  font-size: 1em; }

.editor .quote > p {
  margin-left: 50px;
  font-size: 1.5em; }

@media all and (max-width: 540px) {
  .editor .quote > i {
    left: -15px;
    font-size: 1.5em; }
  .editor .quote > small {
    margin-left: 20px;
    font-size: 1em; }
  .editor .quote > p {
    margin-left: 20px;
    font-size: 1.2em; } }

.editor .is-social {
  line-height: 1;
  margin-bottom: 1.5em; }

.editor .is-social a > i {
  text-decoration: none;
  color: #333;
  font-size: 1.2em;
  margin: 0 15px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.editor .is-social a:first-child > i {
  margin: 0 15px 0 0; }

.editor .is-social a:last-child > i {
  margin: 0 0 0 15px; }

.editor .is-social a:hover > i {
  color: #08c9b9; }

.editor .is-light-text .is-social a > i {
  color: #fff; }

.editor .is-light-text .is-social a:hover > i {
  color: #fff; }

.editor .is-dark-text .is-social a > i {
  color: #000; }

.editor .is-dark-text .is-social a:hover > i {
  color: #000; }

.editor .is-rounded-button-big a {
  display: inline-block;
  text-align: center;
  margin: 0 20px;
  border-radius: 500px;
  width: 110px;
  height: 110px;
  background-color: #aaa;
  overflow: hidden; }

.editor .is-rounded-button-big a i {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 40px;
  line-height: 110px; }

.editor .is-rounded-button-big a:first-child {
  margin: 0 20px 0 0; }

.editor .is-rounded-button-big a:last-child {
  margin: 0 0 0 20px; }

.editor .is-rounded-button-medium a {
  display: inline-block;
  text-align: center;
  margin: 0 20px;
  border-radius: 500px;
  width: 70px;
  height: 70px;
  background-color: #aaa;
  overflow: hidden; }

.editor .is-rounded-button-medium a i {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 30px;
  line-height: 70px; }

.editor .is-rounded-button-medium a:first-child {
  margin: 0 20px 0 0; }

.editor .is-rounded-button-medium a:last-child {
  margin: 0 0 0 20px; }

.editor .is-boxed-button-big {
  display: inline-block; }

.editor .is-boxed-button-big a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 30px 0 0;
  width: 110px;
  height: 110px;
  background-color: #aaa; }

.editor .is-boxed-button-big a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 40px; }

.editor .is-boxed-button-big2 {
  display: inline-block; }

.editor .is-boxed-button-big2 a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 30px 0 0;
  width: 150px;
  height: 70px;
  background-color: #aaa; }

.editor .is-boxed-button-big2 a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 35px; }

.editor .is-boxed-button-medium {
  display: inline-block; }

.editor .is-boxed-button-medium a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 30px 0 0;
  width: 70px;
  height: 70px;
  background-color: #aaa; }

.editor .is-boxed-button-medium a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 30px; }

.editor .is-boxed-button-medium2 {
  display: inline-block; }

.editor .is-boxed-button-medium2 a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 30px 0 0;
  width: 100px;
  height: 50px;
  background-color: #aaa; }

.editor .is-boxed-button-medium2 a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 25px; }

.editor .is-boxed-button-small {
  display: inline-block; }

.editor .is-boxed-button-small a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 20px 0 0;
  width: 50px;
  height: 50px;
  background-color: #aaa; }

.editor .is-boxed-button-small a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 20px; }

.editor .height-20 {
  height: 20px; }

.editor .height-40 {
  height: 40px; }

.editor .height-60 {
  height: 60px; }

.editor .height-80 {
  height: 80px; }

.editor .height-100 {
  height: 100px; }

.editor .height-120 {
  height: 120px; }

.editor .height-140 {
  height: 140px; }

.editor .height-160 {
  height: 160px; }

.editor .height-180 {
  height: 180px; }

.editor .height-200 {
  height: 200px; }

.editor .height-220 {
  height: 220px; }

.editor .height-240 {
  height: 240px; }

.editor .height-260 {
  height: 260px; }

.editor .height-280 {
  height: 280px; }

.editor .height-300 {
  height: 300px; }

@media (max-width: 640px) {
  .editor .height-20 {
    height: 20px; }
  .editor .height-40 {
    height: 30px; }
  .editor .height-60 {
    height: 40px; }
  .editor .height-80 {
    height: 45px; }
  .editor .height-100 {
    height: 50px; }
  .editor .height-120 {
    height: 55px; }
  .editor .height-140 {
    height: 60px; }
  .editor .height-160 {
    height: 65px; }
  .editor .height-180 {
    height: 70px; }
  .editor .height-200 {
    height: 75px; }
  .editor .height-220 {
    height: 80px; }
  .editor .height-240 {
    height: 85px; }
  .editor .height-260 {
    height: 90px; }
  .editor .height-280 {
    height: 95px; }
  .editor .height-300 {
    height: 100px; } }

.editor .size-12 {
  font-size: 12px !important; }

.editor .size-14 {
  font-size: 14px !important; }

.editor .size-16 {
  font-size: 16px !important; }

.editor .size-18 {
  font-size: 18px !important; }

.editor .size-21 {
  font-size: 21px !important; }

.editor .size-24 {
  font-size: 24px !important; }

.editor .size-28 {
  font-size: 28px !important; }

.editor .size-32 {
  font-size: 32px !important; }

.editor .size-35 {
  font-size: 35px !important; }

.editor .size-38 {
  font-size: 38px !important; }

.editor .size-42 {
  font-size: 42px !important; }

.editor .size-46 {
  font-size: 46px !important; }

.editor .size-48 {
  font-size: 48px !important; }

.editor .size-50 {
  font-size: 50px !important; }

.editor .size-54 {
  font-size: 54px !important; }

.editor .size-60 {
  font-size: 60px !important; }

.editor .size-64 {
  font-size: 64px !important; }

.editor .size-68 {
  font-size: 68px !important; }

.editor .size-72 {
  font-size: 72px !important; }

.editor .size-76 {
  font-size: 76px !important; }

.editor .size-80 {
  font-size: 80px !important; }

.editor .size-84 {
  font-size: 84px !important; }

.editor .size-88 {
  font-size: 88px !important; }

.editor .size-92 {
  font-size: 92px !important; }

.editor .size-96 {
  font-size: 96px !important; }

.editor .size-100 {
  font-size: 100px !important; }

.editor .size-104 {
  font-size: 104px !important; }

.editor .size-108 {
  font-size: 108px !important; }

.editor .size-112 {
  font-size: 112px !important; }

.editor .size-116 {
  font-size: 116px !important; }

.editor .size-120 {
  font-size: 120px !important; }

.editor .size-124 {
  font-size: 124px !important; }

.editor .size-128 {
  font-size: 128px !important; }

.editor .size-132 {
  font-size: 132px !important; }

.editor .size-136 {
  font-size: 136px !important; }

.editor .size-140 {
  font-size: 140px !important; }

.editor .size-144 {
  font-size: 144px !important; }

.editor .size-148 {
  font-size: 148px !important; }

.editor .size-152 {
  font-size: 152px !important; }

.editor .size-156 {
  font-size: 156px !important; }

.editor .size-160 {
  font-size: 160px !important; }

.editor .size-164 {
  font-size: 164px !important; }

.editor .size-168 {
  font-size: 168px !important; }

.editor .size-172 {
  font-size: 172px !important; }

.editor .size-176 {
  font-size: 176px !important; }

.editor .size-180 {
  font-size: 180px !important; }

.editor .size-184 {
  font-size: 184px !important; }

.editor .size-188 {
  font-size: 188px !important; }

.editor .size-192 {
  font-size: 192px !important; }

.editor .size-196 {
  font-size: 196px !important; }

.editor .size-200 {
  font-size: 200px !important; }

.editor .size-204 {
  font-size: 204px !important; }

.editor .size-208 {
  font-size: 208px !important; }

.editor .size-212 {
  font-size: 212px !important; }

.editor .size-216 {
  font-size: 216px !important; }

.editor .size-220 {
  font-size: 220px !important; }

@media all and (max-width: 1024px) {
  .editor .size-12 {
    font-size: 12px !important; }
  .editor .size-14 {
    font-size: 14px !important; }
  .editor .size-16 {
    font-size: 16px !important; }
  .editor .size-18 {
    font-size: 18px !important; }
  .editor .size-21 {
    font-size: 21px !important; }
  .editor .size-24 {
    font-size: 24px !important; }
  .editor .size-28 {
    font-size: 28px !important; }
  .editor .size-32 {
    font-size: 32px !important; }
  .editor .size-35 {
    font-size: 35px !important; }
  .editor .size-38 {
    font-size: 38px !important; }
  .editor .size-42 {
    font-size: 42px !important; }
  .editor .size-46 {
    font-size: 46px !important; }
  .editor .size-48 {
    font-size: 48px !important; }
  .editor .size-50 {
    font-size: 50px !important; }
  .editor .size-54 {
    font-size: 54px !important; }
  .editor .size-60 {
    font-size: 60px !important; }
  .editor .size-64 {
    font-size: 64px !important; }
  .editor .size-68 {
    font-size: 68px !important; }
  .editor .size-72 {
    font-size: 72px !important; }
  .editor .size-76 {
    font-size: 73px !important; }
  .editor .size-80 {
    font-size: 74px !important; }
  .editor .size-84 {
    font-size: 75px !important; }
  .editor .size-88 {
    font-size: 76px !important; }
  .editor .size-92 {
    font-size: 77px !important; }
  .editor .size-96 {
    font-size: 78px !important; }
  .editor .size-100 {
    font-size: 79px !important; }
  .editor .size-104 {
    font-size: 80px !important; }
  .editor .size-108 {
    font-size: 81px !important; }
  .editor .size-112 {
    font-size: 82px !important; }
  .editor .size-116 {
    font-size: 84px !important; }
  .editor .size-120 {
    font-size: 85px !important; }
  .editor .size-124 {
    font-size: 86px !important; }
  .editor .size-128 {
    font-size: 87px !important; }
  .editor .size-132 {
    font-size: 88px !important; }
  .editor .size-136 {
    font-size: 89px !important; }
  .editor .size-140 {
    font-size: 90px !important; }
  .editor .size-144 {
    font-size: 91px !important; }
  .editor .size-148 {
    font-size: 92px !important; }
  .editor .size-152 {
    font-size: 93px !important; }
  .editor .size-156 {
    font-size: 94px !important; }
  .editor .size-160 {
    font-size: 95px !important; }
  .editor .size-164 {
    font-size: 96px !important; }
  .editor .size-168 {
    font-size: 97px !important; }
  .editor .size-172 {
    font-size: 98px !important; }
  .editor .size-176 {
    font-size: 99px !important; }
  .editor .size-180 {
    font-size: 100px !important; }
  .editor .size-184 {
    font-size: 111px !important; }
  .editor .size-188 {
    font-size: 112px !important; }
  .editor .size-192 {
    font-size: 113px !important; }
  .editor .size-196 {
    font-size: 114px !important; }
  .editor .size-200 {
    font-size: 115px !important; }
  .editor .size-204 {
    font-size: 116px !important; }
  .editor .size-208 {
    font-size: 117px !important; }
  .editor .size-212 {
    font-size: 118px !important; }
  .editor .size-216 {
    font-size: 119px !important; }
  .editor .size-220 {
    font-size: 120px !important; } }

@media all and (max-width: 640px) {
  .editor .size-12 {
    font-size: 12px !important; }
  .editor .size-14 {
    font-size: 14px !important; }
  .editor .size-16 {
    font-size: 16px !important; }
  .editor .size-18 {
    font-size: 18px !important; }
  .editor .size-21 {
    font-size: 21px !important; }
  .editor .size-24 {
    font-size: 22px !important; }
  .editor .size-28 {
    font-size: 24px !important; }
  .editor .size-32 {
    font-size: 26px !important; }
  .editor .size-35 {
    font-size: 28px !important; }
  .editor .size-38 {
    font-size: 30px !important; }
  .editor .size-42 {
    font-size: 32px !important; }
  .editor .size-46 {
    font-size: 34px !important; }
  .editor .size-48 {
    font-size: 36px !important; }
  .editor .size-50 {
    font-size: 36px !important; }
  .editor .size-54 {
    font-size: 36px !important; }
  .editor .size-60 {
    font-size: 36px !important; }
  .editor .size-64 {
    font-size: 36px !important; }
  .editor .size-68 {
    font-size: 36px !important; }
  .editor .size-72 {
    font-size: 36px !important; }
  .editor .size-76 {
    font-size: 36px !important; }
  .editor .size-80 {
    font-size: 36px !important; }
  .editor .size-84 {
    font-size: 36px !important; }
  .editor .size-88 {
    font-size: 36px !important; }
  .editor .size-92 {
    font-size: 36px !important; }
  .editor .size-96 {
    font-size: 36px !important; }
  .editor .size-100 {
    font-size: 36px !important; }
  .editor .size-104 {
    font-size: 36px !important; }
  .editor .size-108 {
    font-size: 36px !important; }
  .editor .size-112 {
    font-size: 36px !important; }
  .editor .size-116 {
    font-size: 36px !important; }
  .editor .size-120 {
    font-size: 36px !important; }
  .editor .size-124 {
    font-size: 36px !important; }
  .editor .size-128 {
    font-size: 36px !important; }
  .editor .size-132 {
    font-size: 36px !important; }
  .editor .size-136 {
    font-size: 36px !important; }
  .editor .size-140 {
    font-size: 36px !important; }
  .editor .size-144 {
    font-size: 36px !important; }
  .editor .size-148 {
    font-size: 36px !important; }
  .editor .size-152 {
    font-size: 36px !important; }
  .editor .size-156 {
    font-size: 36px !important; }
  .editor .size-160 {
    font-size: 36px !important; }
  .editor .size-164 {
    font-size: 36px !important; }
  .editor .size-168 {
    font-size: 36px !important; }
  .editor .size-172 {
    font-size: 36px !important; }
  .editor .size-176 {
    font-size: 36px !important; }
  .editor .size-180 {
    font-size: 36px !important; }
  .editor .size-184 {
    font-size: 36px !important; }
  .editor .size-188 {
    font-size: 36px !important; }
  .editor .size-192 {
    font-size: 36px !important; }
  .editor .size-196 {
    font-size: 36px !important; }
  .editor .size-200 {
    font-size: 36px !important; }
  .editor .size-204 {
    font-size: 36px !important; }
  .editor .size-208 {
    font-size: 36px !important; }
  .editor .size-212 {
    font-size: 36px !important; }
  .editor .size-216 {
    font-size: 36px !important; }
  .editor .size-220 {
    font-size: 36px !important; } }

.editor .size-12 span {
  font-size: 12px !important; }

.editor .size-14 span {
  font-size: 14px !important; }

.editor .size-16 span {
  font-size: 16px !important; }

.editor .size-18 span {
  font-size: 18px !important; }

.editor .size-21 span {
  font-size: 21px !important; }

.editor .size-24 span {
  font-size: 24px !important; }

.editor .size-28 span {
  font-size: 28px !important; }

.editor .size-32 span {
  font-size: 32px !important; }

.editor .size-35 span {
  font-size: 35px !important; }

.editor .size-38 span {
  font-size: 38px !important; }

.editor .size-42 span {
  font-size: 42px !important; }

.editor .size-46 span {
  font-size: 46px !important; }

.editor .size-48 span {
  font-size: 48px !important; }

.editor .size-50 span {
  font-size: 50px !important; }

.editor .size-54 span {
  font-size: 54px !important; }

.editor .size-60 span {
  font-size: 60px !important; }

.editor .size-64 span {
  font-size: 64px !important; }

.editor .size-68 span {
  font-size: 68px !important; }

.editor .size-72 span {
  font-size: 72px !important; }

.editor .size-76 span {
  font-size: 76px !important; }

.editor .size-80 span {
  font-size: 80px !important; }

.editor .size-84 span {
  font-size: 84px !important; }

.editor .size-88 span {
  font-size: 88px !important; }

.editor .size-92 span {
  font-size: 92px !important; }

.editor .size-96 span {
  font-size: 96px !important; }

.editor .size-100 span {
  font-size: 100px !important; }

.editor .size-104 span {
  font-size: 104px !important; }

.editor .size-108 span {
  font-size: 108px !important; }

.editor .size-112 span {
  font-size: 112px !important; }

.editor .size-116 span {
  font-size: 116px !important; }

.editor .size-120 span {
  font-size: 120px !important; }

.editor .size-124 span {
  font-size: 124px !important; }

.editor .size-128 span {
  font-size: 128px !important; }

.editor .size-132 span {
  font-size: 132px !important; }

.editor .size-136 span {
  font-size: 136px !important; }

.editor .size-140 span {
  font-size: 140px !important; }

.editor .size-144 span {
  font-size: 144px !important; }

.editor .size-148 span {
  font-size: 148px !important; }

.editor .size-152 span {
  font-size: 152px !important; }

.editor .size-156 span {
  font-size: 156px !important; }

.editor .size-160 span {
  font-size: 160px !important; }

.editor .size-164 span {
  font-size: 164px !important; }

.editor .size-168 span {
  font-size: 168px !important; }

.editor .size-172 span {
  font-size: 172px !important; }

.editor .size-176 span {
  font-size: 176px !important; }

.editor .size-180 span {
  font-size: 180px !important; }

.editor .size-184 span {
  font-size: 184px !important; }

.editor .size-188 span {
  font-size: 188px !important; }

.editor .size-192 span {
  font-size: 192px !important; }

.editor .size-196 span {
  font-size: 196px !important; }

.editor .size-200 span {
  font-size: 200px !important; }

.editor .size-204 span {
  font-size: 204px !important; }

.editor .size-208 span {
  font-size: 208px !important; }

.editor .size-212 span {
  font-size: 212px !important; }

.editor .size-216 span {
  font-size: 216px !important; }

.editor .size-220 span {
  font-size: 220px !important; }

@media all and (max-width: 1024px) {
  .editor .size-12 span {
    font-size: 12px !important; }
  .editor .size-14 span {
    font-size: 14px !important; }
  .editor .size-16 span {
    font-size: 16px !important; }
  .editor .size-18 span {
    font-size: 18px !important; }
  .editor .size-21 span {
    font-size: 21px !important; }
  .editor .size-24 span {
    font-size: 24px !important; }
  .editor .size-28 span {
    font-size: 28px !important; }
  .editor .size-32 span {
    font-size: 32px !important; }
  .editor .size-35 span {
    font-size: 35px !important; }
  .editor .size-38 span {
    font-size: 38px !important; }
  .editor .size-42 span {
    font-size: 42px !important; }
  .editor .size-46 span {
    font-size: 46px !important; }
  .editor .size-48 span {
    font-size: 48px !important; }
  .editor .size-50 span {
    font-size: 50px !important; }
  .editor .size-54 span {
    font-size: 54px !important; }
  .editor .size-60 span {
    font-size: 60px !important; }
  .editor .size-64 span {
    font-size: 64px !important; }
  .editor .size-68 span {
    font-size: 68px !important; }
  .editor .size-72 span {
    font-size: 72px !important; }
  .editor .size-76 span {
    font-size: 73px !important; }
  .editor .size-80 span {
    font-size: 74px !important; }
  .editor .size-84 span {
    font-size: 75px !important; }
  .editor .size-88 span {
    font-size: 76px !important; }
  .editor .size-92 span {
    font-size: 77px !important; }
  .editor .size-96 span {
    font-size: 78px !important; }
  .editor .size-100 span {
    font-size: 79px !important; }
  .editor .size-104 span {
    font-size: 80px !important; }
  .editor .size-108 span {
    font-size: 81px !important; }
  .editor .size-112 span {
    font-size: 82px !important; }
  .editor .size-116 span {
    font-size: 84px !important; }
  .editor .size-120 span {
    font-size: 85px !important; }
  .editor .size-124 span {
    font-size: 86px !important; }
  .editor .size-128 span {
    font-size: 87px !important; }
  .editor .size-132 span {
    font-size: 88px !important; }
  .editor .size-136 span {
    font-size: 89px !important; }
  .editor .size-140 span {
    font-size: 90px !important; }
  .editor .size-144 span {
    font-size: 91px !important; }
  .editor .size-148 span {
    font-size: 92px !important; }
  .editor .size-152 span {
    font-size: 93px !important; }
  .editor .size-156 span {
    font-size: 94px !important; }
  .editor .size-160 span {
    font-size: 95px !important; }
  .editor .size-164 span {
    font-size: 96px !important; }
  .editor .size-168 span {
    font-size: 97px !important; }
  .editor .size-172 span {
    font-size: 98px !important; }
  .editor .size-176 span {
    font-size: 99px !important; }
  .editor .size-180 span {
    font-size: 100px !important; }
  .editor .size-184 span {
    font-size: 111px !important; }
  .editor .size-188 span {
    font-size: 112px !important; }
  .editor .size-192 span {
    font-size: 113px !important; }
  .editor .size-196 span {
    font-size: 114px !important; }
  .editor .size-200 span {
    font-size: 115px !important; }
  .editor .size-204 span {
    font-size: 116px !important; }
  .editor .size-208 span {
    font-size: 117px !important; }
  .editor .size-212 span {
    font-size: 118px !important; }
  .editor .size-216 span {
    font-size: 119px !important; }
  .editor .size-220 span {
    font-size: 120px !important; } }

@media all and (max-width: 640px) {
  .editor .size-12 span {
    font-size: 12px !important; }
  .editor .size-14 span {
    font-size: 14px !important; }
  .editor .size-16 span {
    font-size: 16px !important; }
  .editor .size-18 span {
    font-size: 18px !important; }
  .editor .size-21 span {
    font-size: 21px !important; }
  .editor .size-24 span {
    font-size: 22px !important; }
  .editor .size-28 span {
    font-size: 24px !important; }
  .editor .size-32 span {
    font-size: 26px !important; }
  .editor .size-35 span {
    font-size: 28px !important; }
  .editor .size-38 span {
    font-size: 30px !important; }
  .editor .size-42 span {
    font-size: 32px !important; }
  .editor .size-46 span {
    font-size: 34px !important; }
  .editor .size-48 span {
    font-size: 36px !important; }
  .editor .size-50 span {
    font-size: 36px !important; }
  .editor .size-54 span {
    font-size: 36px !important; }
  .editor .size-60 span {
    font-size: 36px !important; }
  .editor .size-64 span {
    font-size: 36px !important; }
  .editor .size-68 span {
    font-size: 36px !important; }
  .editor .size-72 span {
    font-size: 36px !important; }
  .editor .size-76 span {
    font-size: 36px !important; }
  .editor .size-80 span {
    font-size: 36px !important; }
  .editor .size-84 span {
    font-size: 36px !important; }
  .editor .size-88 span {
    font-size: 36px !important; }
  .editor .size-92 span {
    font-size: 36px !important; }
  .editor .size-96 span {
    font-size: 36px !important; }
  .editor .size-100 span {
    font-size: 36px !important; }
  .editor .size-104 span {
    font-size: 36px !important; }
  .editor .size-108 span {
    font-size: 36px !important; }
  .editor .size-112 span {
    font-size: 36px !important; }
  .editor .size-116 span {
    font-size: 36px !important; }
  .editor .size-120 span {
    font-size: 36px !important; }
  .editor .size-124 span {
    font-size: 36px !important; }
  .editor .size-128 span {
    font-size: 36px !important; }
  .editor .size-132 span {
    font-size: 36px !important; }
  .editor .size-136 span {
    font-size: 36px !important; }
  .editor .size-140 span {
    font-size: 36px !important; }
  .editor .size-144 span {
    font-size: 36px !important; }
  .editor .size-148 span {
    font-size: 36px !important; }
  .editor .size-152 span {
    font-size: 36px !important; }
  .editor .size-156 span {
    font-size: 36px !important; }
  .editor .size-160 span {
    font-size: 36px !important; }
  .editor .size-164 span {
    font-size: 36px !important; }
  .editor .size-168 span {
    font-size: 36px !important; }
  .editor .size-172 span {
    font-size: 36px !important; }
  .editor .size-176 span {
    font-size: 36px !important; }
  .editor .size-180 span {
    font-size: 36px !important; }
  .editor .size-184 span {
    font-size: 36px !important; }
  .editor .size-188 span {
    font-size: 36px !important; }
  .editor .size-192 span {
    font-size: 36px !important; }
  .editor .size-196 span {
    font-size: 36px !important; }
  .editor .size-200 span {
    font-size: 36px !important; }
  .editor .size-204 span {
    font-size: 36px !important; }
  .editor .size-208 span {
    font-size: 36px !important; }
  .editor .size-212 span {
    font-size: 36px !important; }
  .editor .size-216 span {
    font-size: 36px !important; }
  .editor .size-220 span {
    font-size: 36px !important; } }

@media all and (max-width: 1024px) {
  .editor .margin-left-1024-reset {
    margin-left: 0px !important; }
  .editor .margin-right-1024-reset {
    margin-right: 0px !important; } }

.editor .letter-spacing-25 {
  letter-spacing: 25px !important; }

.editor .letter-spacing-24 {
  letter-spacing: 24px !important; }

.editor .letter-spacing-23 {
  letter-spacing: 23px !important; }

.editor .letter-spacing-22 {
  letter-spacing: 22px !important; }

.editor .letter-spacing-21 {
  letter-spacing: 21px !important; }

.editor .letter-spacing-20 {
  letter-spacing: 20px !important; }

.editor .letter-spacing-19 {
  letter-spacing: 19px !important; }

.editor .letter-spacing-18 {
  letter-spacing: 18px !important; }

.editor .letter-spacing-17 {
  letter-spacing: 17px !important; }

.editor .letter-spacing-16 {
  letter-spacing: 16px !important; }

.editor .letter-spacing-15 {
  letter-spacing: 15px !important; }

.editor .letter-spacing-14 {
  letter-spacing: 14px !important; }

.editor .letter-spacing-13 {
  letter-spacing: 13px !important; }

.editor .letter-spacing-12 {
  letter-spacing: 12px !important; }

.editor .letter-spacing-11 {
  letter-spacing: 11px !important; }

.editor .letter-spacing-10 {
  letter-spacing: 10px !important; }

.editor .letter-spacing-9 {
  letter-spacing: 9px !important; }

.editor .letter-spacing-8 {
  letter-spacing: 8px !important; }

.editor .letter-spacing-7 {
  letter-spacing: 7px !important; }

.editor .letter-spacing-6 {
  letter-spacing: 6px !important; }

.editor .letter-spacing-5 {
  letter-spacing: 5px !important; }

.editor .letter-spacing-4 {
  letter-spacing: 4px !important; }

.editor .letter-spacing-3 {
  letter-spacing: 3px !important; }

.editor .letter-spacing-2 {
  letter-spacing: 2px !important; }

.editor .letter-spacing-1 {
  letter-spacing: 1px !important; }

@media all and (max-width: 1024px) {
  .editor .letter-spacing-25 {
    letter-spacing: 5px !important; }
  .editor .letter-spacing-24 {
    letter-spacing: 5px !important; }
  .editor .letter-spacing-23 {
    letter-spacing: 5px !important; }
  .editor .letter-spacing-22 {
    letter-spacing: 5px !important; }
  .editor .letter-spacing-21 {
    letter-spacing: 5px !important; }
  .editor .letter-spacing-20 {
    letter-spacing: 5px !important; }
  .editor .letter-spacing-19 {
    letter-spacing: 5px !important; }
  .editor .letter-spacing-18 {
    letter-spacing: 5px !important; }
  .editor .letter-spacing-17 {
    letter-spacing: 5px !important; }
  .editor .letter-spacing-16 {
    letter-spacing: 5px !important; }
  .editor .letter-spacing-15 {
    letter-spacing: 5px !important; }
  .editor .letter-spacing-14 {
    letter-spacing: 5px !important; }
  .editor .letter-spacing-13 {
    letter-spacing: 5px !important; }
  .editor .letter-spacing-12 {
    letter-spacing: 5px !important; }
  .editor .letter-spacing-11 {
    letter-spacing: 5px !important; }
  .editor .letter-spacing-10 {
    letter-spacing: 5px !important; }
  .editor .letter-spacing-9 {
    letter-spacing: 5px !important; }
  .editor .letter-spacing-8 {
    letter-spacing: 4px !important; }
  .editor .letter-spacing-7 {
    letter-spacing: 4px !important; }
  .editor .letter-spacing-6 {
    letter-spacing: 3px !important; }
  .editor .letter-spacing-5 {
    letter-spacing: 3px !important; } }

.editor .is-light-text * {
  color: #fff; }

.editor .is-dark-text * {
  color: #000; }

.editor .is-title1-96 {
  margin-top: 20px;
  margin-bottom: 20px; }

.editor .is-title1-80 {
  margin-top: 15px;
  margin-bottom: 15px; }

.editor .is-title1-64 {
  margin-top: 15px;
  margin-bottom: 15px; }

.editor .is-title1-48 {
  margin-top: 15px;
  margin-bottom: 15px; }

.editor .is-title1-32 {
  margin-top: 15px;
  margin-bottom: 15px; }

.editor .is-title2-96 {
  margin-top: 25px;
  margin-bottom: 20px; }

.editor .is-title2-80 {
  margin-top: 20px;
  margin-bottom: 15px; }

.editor .is-title2-64 {
  margin-top: 20px;
  margin-bottom: 15px; }

.editor .is-title2-48 {
  margin-top: 15px;
  margin-bottom: 15px; }

.editor .is-title2-32 {
  margin-top: 10px;
  margin-bottom: 15px; }

.editor .is-title3-96 {
  margin-top: 30px;
  margin-bottom: 35px;
  padding: 20px 0;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid; }

.editor .is-title3-80 {
  margin-top: 25px;
  margin-bottom: 33px;
  padding: 20px 0;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid; }

.editor .is-title3-64 {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 18px 0;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid; }

.editor .is-title3-48 {
  margin-top: 20px;
  margin-bottom: 25px;
  padding: 18px 0;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid; }

.editor .is-title3-32 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 0;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid; }

.editor .is-light-text .is-title3-96 {
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid; }

.editor .is-light-text .is-title3-80 {
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid; }

.editor .is-light-text .is-title3-64 {
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid; }

.editor .is-light-text .is-title3-48 {
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid; }

.editor .is-light-text .is-title3-32 {
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid; }

.editor .is-dark-text .is-title3-96 {
  border-top: #000 2px solid;
  border-bottom: #000 2px solid; }

.editor .is-dark-text .is-title3-80 {
  border-top: #000 2px solid;
  border-bottom: #000 2px solid; }

.editor .is-dark-text .is-title3-64 {
  border-top: #000 2px solid;
  border-bottom: #000 2px solid; }

.editor .is-dark-text .is-title3-48 {
  border-top: #000 2px solid;
  border-bottom: #000 2px solid; }

.editor .is-dark-text .is-title3-32 {
  border-top: #000 2px solid;
  border-bottom: #000 2px solid; }

.editor .is-title4-96 {
  margin-top: 30px;
  margin-bottom: 35px;
  padding: 20px 30px;
  border: #000 2px solid; }

.editor .is-title4-80 {
  margin-top: 25px;
  margin-bottom: 33px;
  padding: 20px 30px;
  border: #000 2px solid; }

.editor .is-title4-64 {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 18px 28px;
  border: #000 2px solid; }

.editor .is-title4-48 {
  margin-top: 20px;
  margin-bottom: 25px;
  padding: 18px 25px;
  border: #000 2px solid; }

.editor .is-title4-32 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 20px;
  border: #000 2px solid; }

.editor .is-light-text .is-title4-96 {
  border: #fff 2px solid; }

.editor .is-light-text .is-title4-80 {
  border: #fff 2px solid; }

.editor .is-light-text .is-title4-64 {
  border: #fff 2px solid; }

.editor .is-light-text .is-title4-48 {
  border: #fff 2px solid; }

.editor .is-light-text .is-title4-32 {
  border: #fff 2px solid; }

.editor .is-dark-text .is-title4-96 {
  border: #000 2px solid; }

.editor .is-dark-text .is-title4-80 {
  border: #000 2px solid; }

.editor .is-dark-text .is-title4-64 {
  border: #000 2px solid; }

.editor .is-dark-text .is-title4-48 {
  border: #000 2px solid; }

.editor .is-dark-text .is-title4-32 {
  border: #000 2px solid; }

.editor .is-title5-96 {
  margin-top: 10px;
  margin-bottom: 35px;
  padding-bottom: 25px;
  border-bottom: #000 2px solid; }

.editor .is-title5-80 {
  margin-top: 10px;
  margin-bottom: 33px;
  padding-bottom: 25px;
  border-bottom: #000 2px solid; }

.editor .is-title5-64 {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: #000 2px solid; }

.editor .is-title5-48 {
  margin-top: 10px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: #000 2px solid; }

.editor .is-title5-32 {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: #000 2px solid; }

.editor .is-light-text .is-title5-96 {
  border-bottom: #fff 2px solid; }

.editor .is-light-text .is-title5-80 {
  border-bottom: #fff 2px solid; }

.editor .is-light-text .is-title5-64 {
  border-bottom: #fff 2px solid; }

.editor .is-light-text .is-title5-48 {
  border-bottom: #fff 2px solid; }

.editor .is-light-text .is-title5-32 {
  border-bottom: #fff 2px solid; }

.editor .is-dark-text .is-title5-96 {
  border-bottom: #000 2px solid; }

.editor .is-dark-text .is-title5-80 {
  border-bottom: #000 2px solid; }

.editor .is-dark-text .is-title5-64 {
  border-bottom: #000 2px solid; }

.editor .is-dark-text .is-title5-48 {
  border-bottom: #000 2px solid; }

.editor .is-dark-text .is-title5-32 {
  border-bottom: #000 2px solid; }

.editor .is-title-lite {
  letter-spacing: 3px;
  word-spacing: 5px; }

.editor .is-title-lite.is-title3-96, .editor .is-title-lite.is-title4-96, .editor .is-title-lite.is-title5-96 {
  letter-spacing: 4px;
  word-spacing: 8px; }

.editor .is-title-lite.is-title3-80, .editor .is-title-lite.is-title4-80, .editor .is-title-lite.is-title5-80 {
  letter-spacing: 4px;
  word-spacing: 8px; }

.editor .is-title-lite.is-title3-64, .editor .is-title-lite.is-title4-64, .editor .is-title-lite.is-title5-64 {
  letter-spacing: 4px;
  word-spacing: 8px; }

.editor .is-title-lite.is-title3-48, .editor .is-title-lite.is-title4-48, .editor .is-title-lite.is-title5-48 {
  letter-spacing: 4px;
  word-spacing: 8px; }

.editor .is-title-lite.is-title3-32, .editor .is-title-lite.is-title4-32, .editor .is-title-lite.is-title5-32 {
  letter-spacing: 3px;
  word-spacing: 5px; }

.editor .is-title-bold {
  font-weight: 800; }

.editor .is-title-bold.is-title3-96, .editor .is-title-bold.is-title4-96, .editor .is-title-bold.is-title5-96 {
  border-width: 4px; }

.editor .is-title-bold.is-title3-80, .editor .is-title-bold.is-title4-80, .editor .is-title-bold.is-title5-80 {
  border-width: 4px; }

.editor .is-title-bold.is-title3-64, .editor .is-title-bold.is-title4-64, .editor .is-title-bold.is-title5-64 {
  border-width: 3px; }

.editor .is-title-bold.is-title3-48, .editor .is-title-bold.is-title4-48, .editor .is-title-bold.is-title5-48 {
  border-width: 3px; }

.editor .is-title-bold.is-title3-32, .editor .is-title-bold.is-title4-32, .editor .is-title-bold.is-title5-32 {
  border-width: 2px; }

.editor .is-info1 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-style: italic; }

.editor .is-info1.size-21 {
  margin-top: 12px; }

.editor .is-info1.size-24 {
  margin-top: 15px; }

.editor .is-info2 {
  margin-top: 10px;
  margin-bottom: 0px; }

.editor .is-info2.size-21 {
  margin-top: 12px; }

.editor .is-info2.size-24 {
  margin-top: 15px; }

.editor .is-btn,
.editor a.is-btn {
  padding: 10px 50px;
  font-size: 1rem;
  line-height: 2rem;
  border-radius: 0;
  letter-spacing: 3px;
  display: inline-block;
  margin: 3px 0;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-transition: all 0.16s ease;
  transition: all 0.16s ease;
  text-decoration: none;
  color: #000; }

.editor .is-btn:hover, .editor .is-btn:visited, .editor .is-btn:focus,
.editor a.is-btn:hover, .editor a.is-btn:visited, .editor a.is-btn:focus {
  color: initial;
  text-decoration: initial;
  opacity: initial; }

.editor .is-btn-ghost1,
.editor a.is-btn-ghost1 {
  color: #000;
  border: 2px solid #111; }

.editor .is-light-text .is-btn-ghost1,
.editor .is-dark-text .is-light-text .is-btn-ghost1,
.editor .is-light-text a.is-btn-ghost1,
.editor .is-dark-text .is-light-text a.is-btn-ghost1 {
  color: #fff;
  border: 2px solid #fff; }

.editor .is-dark-text .is-btn-ghost1,
.editor .is-light-text .is-dark-text .is-btn-ghost1,
.editor .is-dark-text a.is-btn-ghost1,
.editor .is-light-text .is-dark-text a.is-btn-ghost1 {
  color: #000;
  border: 2px solid #111; }

.editor .is-btn-ghost2,
.editor a.is-btn-ghost2 {
  color: #000;
  border: 2px solid #dcdcdc;
  background-color: #dcdcdc; }

.editor .is-light-text .is-btn-ghost2,
.editor .is-dark-text .is-light-text .is-btn-ghost2,
.editor .is-light-text a.is-btn-ghost2,
.editor .is-dark-text .is-light-text a.is-btn-ghost2 {
  color: #000;
  border: 2px solid #f9f9f9;
  background-color: #f9f9f9; }

.editor .is-dark-text .is-btn-ghost2,
.editor .is-light-text .is-dark-text .is-btn-ghost2,
.editor .is-dark-text a.is-btn-ghost2,
.editor .is-light-text .is-dark-text a.is-btn-ghost2 {
  color: #000;
  border: 2px solid #d7d7d7;
  background-color: #d7d7d7; }

.editor .is-btn.is-btn-small, .editor .is-btn-small {
  padding: 5px 25px;
  font-size: 0.85em; }

.editor .is-btn.is-upper, .editor .is-upper {
  text-transform: uppercase; }

.editor .is-btn.is-rounded-30, .editor .is-rounded-30 {
  border-radius: 30px; }
